Installation ============= Requeriments ------------ You will need Python 3.9 or higher to run Sypctral. Basic install ------------- You could find Spyctral at PyPI. The standar instalation via pip: .. code-block:: bash $ pip install spyctral-tools Development install ------------------- Clone this repo and then inside the local directory execute .. code-block:: bash $ git clone https://github.com/candelac/Spyctral.git $ cd Spyctral $ pip install -e .